projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd0b99
)
* term.c (init_tty): Remove unused local.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 12 Jul 2011 16:39:15 +0000
(09:39 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 12 Jul 2011 16:39:15 +0000
(09:39 -0700)
src/ChangeLog
patch
|
blob
|
history
src/term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4f285c069cf92bc8300ca82167b9f50c0f5a3858..e964e06894d219b9c220a4db2f4564faf25a47c4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix recently-introduced minor problems.
+ * term.c (init_tty): Remove unused local.
+
2011-07-12 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
diff --git
a/src/term.c
b/src/term.c
index b9f10b122a7b4b17377de8043058ce683030ee85..22056451cb90ff0098d0dfc9719b581bfe4c0a09 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-3097,7
+3097,6
@@
init_tty (const char *name, const char *terminal_type, int must_succeed)
char *area = NULL;
char **address = &area;
int buffer_size = 4096;
- register char *p = NULL;
int status;
struct tty_display_info *tty = NULL;
struct terminal *terminal = NULL;